*Save anywhere (properly respawn where you save)
*Make hylian shield one-handed for child link (Partialy done. Need display list)
*Make it so that Silver Scale allows you to breathe under water. Make the A button act as iron boots while in water. (similar to how Zora Link works in MM)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Usability
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;803E978C slot usability table
;803E97B4 item usability table
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Name Color
.org 0x803D909C
	ADDIU T5, T5, 0x97B4			;Point to item usability table instead of slot usability table.
.org 0x803D90B4
	ADDU S0, A0, T5					;Replace T4 with A0 to use item ID instead of Slot ID
;Selection Size
.org 0x803D9578
	ADDU V0, V0, T5					;Replace S0 with T5 to use item ID instead of Slot ID
.org 0x803D9584
	LBU V0, 0x97B4(V0)				;Point to item usability table instead of slot usability table.
;Icon Greyscale
.org 0x803D84AC
	
;Ammo Color
.org 0x803D849C
	NOP								;This command is now unused
.org 0x803D84A8
	ADDU	V0, V0, T1				;V0 = 0x803F0000 + Item ID
	LBU		V0, 0x97B4(V0)			;Point to item usability table instead of slot usability table.

	
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Ammo Position
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
.org 0x803E37C8
SLL T4, T3, 0x0002


803E3AC8 loop

803E394C


